regexp.lazyFlag.match (method)
5 uses
regexp (current package)
backtrack.go#L261: if !flag.match(syntax.EmptyOp(inst.Arg)) {
exec.go#L128: func (f lazyFlag) match(op syntax.EmptyOp) bool {
exec.go#L344: if cond.match(syntax.EmptyOp(i.Arg)) {
exec.go#L432: if pos == 0 && flag.match(syntax.EmptyOp(inst.Arg)) &&
exec.go#L480: if !flag.match(syntax.EmptyOp(inst.Arg)) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |